home *** CD-ROM | disk | FTP | other *** search
/ Adventure Games / Adventure Games 1.iso / panic / panic.exe / panic.DXR / 00276.ls < prev    next >
Encoding:
Text File  |  1995-08-24  |  175 b   |  12 lines

  1. global gTokens, gBalloonsPopped
  2.  
  3. on exitFrame
  4.   if gTokens < 1 then
  5.     playSound("Lose Game")
  6.     scene2()
  7.   else
  8.     set gBalloonsPopped to 0
  9.     showTokens(1)
  10.   end if
  11. end
  12.